docs(operator): document the operator (human/email) noun across all surfaces#425
Merged
Conversation
…urfaces Catch-up doc sweep for the operator noun shipped in v2.31.0 (#419). The SKILL/README/llms-* prose was deferred until the gateway device-auth bridge went live; it now has (verified end-to-end). Per documentation.md, this updates every public surface the feature touches: - sdk/llms-sdk.txt: new `r.operator` namespace section + count 21->22 - sdk/README.md: operator catalog row + count 22->23 - README.md: operator in the namespace enumeration + count 22->23 - AGENTS.md: count 22->23 + operator-session.ts in Shared Core - cli/README.md: new Operator command group - openclaw/SKILL.md: new Operator session section documentation.md: adds an operator change-row + bumps count refs; also fixes two pre-existing stale refs found during the review -- the bare getUser/getUserId/getRole exports (removed in @run402/functions v3.0; now throw R402_AUTH_UNKNOWN_EXPORT) -> auth.*, and r.deploy.apply -> r.project(id).apply. operator is MCP-null by design, so SKILL.md / llms-mcp.txt / llms.txt are intentionally unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Catch-up documentation sweep for the operator (human/email) noun shipped in v2.31.0 (#419). The SKILL / README / llms-* prose was deferred while the feature was gated on the gateway device-auth bridge; that bridge is now live and the flow is verified end-to-end, so this lands the docs.
Driven by
documentation.md— updates every public surface the feature touches.Changed
### r.operatorsection (deviceStart/devicePoll/overview/revoke) + count 21→22operator-session.tsin Shared CoregetUser/getUserId/getRole→auth.*(removed in@run402/functionsv3.0) andr.deploy.apply→r.project(id).applyNot changed (by design)
SKILL.md/llms-mcp.txt/llms.txt— operator is MCP-null (MCP authenticates as the agent, not the human) and wayfinder-level, so no operator content belongs there.Tests
npm run test:skill122/122 (validates both SKILL files + the public-docs banned-pattern isolation across all 10 docs). Full suite green on identical content.🤖 Generated with Claude Code